home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 February / Software of the Month Club 1996 February.iso / pc / os2 / fbdiff / fbdiff.cfg next >
Encoding:
Text File  |  1996-01-08  |  1.3 KB  |  40 lines

  1. ;-------------------------------------------------------------------------------
  2. ;FBDIFF configuration file
  3. ;
  4. ;Lines begining with ';' are comments.
  5. ;
  6. ;This setup is only an example.  You will need to edit this file to suit your
  7. ;own requirements.
  8. ;-------------------------------------------------------------------------------
  9.  
  10. report G:\network\logs\difflist        ;create a report 132 columns wide
  11. reportwidth 132                ;
  12.  
  13. scan C:\*.*                ;Scan all files on drives C thru H
  14. scan D:\*.*                ;
  15. scan E:\*.*                ;
  16. scan F:\*.*                ;
  17. scan G:\*.*                ;
  18. scan H:\*.*
  19.                     ;Scan, but don't report on changes to
  20.                     ;these files
  21. exclude G:\TEMP\*\*            ;Ignore everything in TEMP's subdirs
  22. exclude H:\swapper.dat            ;Why report on the swap file?
  23. exclude H:\watcom\project\fbdiff\*
  24. exclude G:\network\msgbase\*        ;My messagebase
  25. exclude G:\filebase\*
  26. exclude G:\network\logs\*
  27. exclude F:\*                ;My emerg boot partition
  28. exclude G:\network\bink\binkley.scd
  29. exclude G:\network\bink\binkley.day
  30.  
  31. dupescan                ;Enable duplicate scanning
  32. dupedetect name                ;scan duplicates by name only
  33. ;dupedetect size crc                    ;scan duplicates by name, size and crc
  34. exclude G:\temp\*            ;don't look for dupes here
  35. exclude D:\OS2\*
  36. exclude F:\*
  37. exclude *files.bbs
  38.  
  39. crcscan *                ;calculate CRCs for all files
  40.